home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / uuid-runtime.prerm < prev    next >
Encoding:
Text File  |  2009-02-12  |  90 b   |  11 lines

  1. #! /bin/sh
  2. set -e
  3. if [ -x /usr/sbin/uuidd ]
  4. then
  5.     /usr/sbin/uuidd -k || true
  6. fi
  7.  
  8.  
  9.  
  10. exit 0
  11.